home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 1.2 KB | 42 lines | [TEXT/MPS ] |
- # Copyright © 1984-1990 by Apple Computer, Inc. All rights reserved.
- # MABuild.MAMake
-
- ToolName = MABuildTool
-
- Creator = 'MPS '
-
- # propagate dependencies back to the script's commando interface
- DummyCommand =
- "{ObjApp}{ToolName}" ƒƒ ∂
- "{ObjApp}MABuild"
- {DummyCommand}
-
- # propagate the dependencies back to the script's commando interface
- "{ObjApp}MABuild" ƒ ∂
- "{SrcApp}MABuild.r"
- {MAEcho} {EchoOptions} "Duplicating MABuild"
- Duplicate "{MATools}MABuild" "{ObjApp}" -y
- {MAEcho} {EchoOptions} "Rezzing: MABuild.r"
- SET XToolStartTime `DATE -n`
- {MARez} ∂
- -d MAIncludeOtherViewTypes={MAIncludeOtherViewTypes} ∂
- -d MAViewTypesSrc={MAOtherViewTypesSrc} ∂
- -i "{SrcApp}" ∂
- -i "{MARIncludes}" ∂
- -o "{ObjApp}MABuild" ∂
- -s "{ObjApp}" ∂
- -s "{MALibraries}{SeparateObjectsFolder}" ∂
- -s "{SrcApp}" ∂
- -a ∂
- {RezOptions} ∂
- {OtherRezOptions} ∂
- "{SrcApp}MABuild.r"
- IF "{XTimes}"
- {MAEcho} {EchoOptions} Elapsed time: `evaluate ∂`DATE -n ∂` - {XToolStartTime}` seconds
- END
-
-
- # the following line will get you some source for the commando interface
- #derez MABuild "{RIncludes}Cmdo.r" "{RIncludes}Types.r" -m 80 -only 'cmdo' >MABuild.recovered.r
-
-